home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / text / info / self_test < prev    next >
Text File  |  1994-11-17  |  3KB  |  72 lines

  1.                      Amiga System Startup Routines
  2.  
  3. Amiga system test is a complicated set of routines which it must go through
  4. before you can do any work on it. During the system test the Amiga is
  5. attempting to let you know if the system is well. Here is a list of the
  6. start-up activities:
  7.  
  8.    1. Clear all chips of old data 
  9.    2. Disable DMA and interrupts during the test. 
  10.    3. Clear the screen. 
  11.    4. Check the hardware ....checks to see if 68000 is functioning. 
  12.    5. Change screen color. 
  13.    6. Do a checksum test on all ROM. 
  14.    7. Change screen color. 
  15.    8. Beginning of system startup. 
  16.    9. Check RAM at $C0000,and move SYSBASE there 
  17.    10. Test All CHIP RAM. 
  18.    11. Change screen color. 
  19.    12. Check that software is coming in ok. 
  20.    13. Change screen color. 
  21.    14. Setup CHIP RAM to receive data. 
  22.    15. Link the libraries 
  23.    16. Check for additional memory and link it 
  24.    17. Turn the DMA and interrupts back on. 
  25.    18. Start a default task. 
  26.    19. Check for 68010,68020, and or 68881. 
  27.    20. Check to see if there is an exception ...processor error.  
  28.    21. If so do a system reset. 
  29.  
  30. During this system test the Amgia is sending vital information to the screen
  31. with colors. If the system checks out ok, you will see the following sequence
  32. that you have seen so many times.
  33.  
  34.     DARK GRAY: The initial hardware tested OK. the 68000 is running and 
  35.                the registers are readable. 
  36.    LIGHT GRAY: The software is coming in and seems OK. 
  37.         WHITE: The intialization test have passed. 
  38.  
  39.     If something is wrong with your system, you may see the following: 
  40.  
  41.    RED: If an error was found in ROMS. 
  42.    GREEN: Error found in the CHIP RAM. 
  43.    BLUE: Error was found in the custom chips. 
  44.    YELLOW: If 68000 found an error before the error trapping software (GURU)
  45.            was running. 
  46.  
  47. The Keyboard has it's own processor, RAM and ROM. A self-test is performed on
  48. power-up in the following sequence.
  49.  
  50.    1. Performs checksum on ROM's  
  51.    2. Checks 64 bytes of RAM.     
  52.    3. The timer is tested.        
  53.    4. Performs handshake with computer and gives results of self-test.
  54.  
  55. If the keyboard does not pass the test it will notify you that it is not
  56. working properly. This information is indicated with the blinking of the
  57. CAPS-LOCK light.
  58.  
  59.    One Blink:    Keyboard ROM check failed.
  60.    Two Blinks:   Keyboard RAM checked failed.
  61.    Three Blinks: Watch dog timer failed
  62.    Four Blinks:  A short between two row lines or special
  63.               control keys.
  64.  
  65. If you are having problems with the Amiga, perhaps these codes will help you
  66. and your repairman.
  67.  
  68. This article was first authored by Roy Frisque and published in the newsletter
  69. Scanlines. Roy obtained his information from the Amiga Transactor, which is
  70. a great resource for the Amiga.
  71.  
  72.